Skip to content

Instantly share code, notes, and snippets.

@MangaD
MangaD / Git_Strategies_A_Comprehensive_Guide.md
Last active August 30, 2026 05:58
Git Strategies: A Comprehensive Guide

Git Strategies: A Comprehensive Guide

CC0

Disclaimer: ChatGPT generated document.

Git is a powerful distributed version control system that offers various strategies for managing source code across development teams. Choosing the right Git strategy is essential for managing branches, releases, collaboration, and ensuring the quality of code in software projects. Each strategy suits different team sizes, workflows, and project requirements.

Below is a comprehensive list of common Git strategies, detailing how they work, their pros and cons, and when they are best applied.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

TERMS OF SERVICE AGREEMENT
This Terms of Service Agreement (the "Agreement") is entered into between [Anshul Chauhan] ("Bot Owner") and the user ("User") of the [Bot Name] Discord bot (the "Bot").
By using the Bot, the User agrees to be bound by the terms of this Agreement. If the User does not agree to the terms of this Agreement, they should immediately discontinue use of the Bot.
1. Use of the Bot: The Bot Owner grants the User a non-exclusive, non-transferable, limited license to use the Bot for personal or non-commercial purposes.
2. Prohibited Use: The User may not use the Bot in any way that violates applicable laws, rules, or regulations or infringes upon the rights of any third party. The User may not use the Bot for any commercial purposes without the express written consent of the Bot Owner.
3. Limitation of Liability: The Bot Owner shall not be liable for any damages arising out of the use or inability to use the Bot, including but not limited to, damages for loss of profits, loss of data, or o
@koai-dev
koai-dev / xapktool.md
Created February 7, 2026 20:58
Convert XAPK to APK (using xapktool.com)

Convert XAPK to APK for Android Reverse Engineering

What is XAPK?

XAPK is a file format used to distribute Android applications that include:

  • The main APK file
  • Additional OBB / data resources

It is commonly used by third-party app stores to bundle large applications.

@irazasyed
irazasyed / homebrew-permissions-issue.md
Last active August 30, 2026 05:35
Homebrew: Permissions Denied Issue Fix (OS X / macOS)

Homebrew Permissions Denied Issues Solution

sudo chown -R $(whoami) $(brew --prefix)/*

@jcrist
jcrist / bench_init.py
Created January 23, 2023 17:14
A benchmark comparing init performance of various dataclass-like libraries
"""A quick benchmark comparing how quickly `__init__` with default values runs
for various dataclass-like libraries.
We also compare against the time it takes to initialize a `dict` or `tuple`
with the same data, as a "low-bar" for pure-python implementations.
"""
import timeit
import attrs
@Bonatti123
Bonatti123 / css-only-mario-world-with-keyboard.markdown
Created June 5, 2026 03:42
CSS-only Mario World (with keyboard!)

CSS-only Mario World (with keyboard!)

Not a real game but a nice CSS-only simulation of Mario world

⚠️ Chrome-only ⚠️

A Pen by Temani Afif on CodePen.

License.

@tandpfun
tandpfun / SKILL.md
Last active August 30, 2026 05:31
Extract Clothing Skill

REPO HERE: https://github.com/tandpfun/wardrobe


name: extract-clothing-cutouts description: Extract high-quality, deduplicated transparent ecommerce clothing cutouts from a folder of photographs where people wear one or more garments. Use when Codex must find outfit or model photos, identify unique clothing across images, create focused references, reconstruct complete garments with Imagegen, remove a solid chroma background into RGBA PNGs, and output only the finished clothing images into a new folder under the current working directory.

Extract Clothing Cutouts

Turn photographs of worn clothing into source-faithful standalone catalog PNGs. Treat each result as a reconstruction from visible evidence, not literal segmentation whenever the wearer or another layer occludes part of the garment.

@AKCodez
AKCodez / claude-code-higgsfield-ugc-guide.md
Created April 13, 2026 18:26
Claude Code + Higgsfield — The Complete UGC Pipeline: Automate AI image & video generation with custom skills and Playwright browser automation

Claude Code + Higgsfield — The Complete UGC Pipeline

Automate the entire UGC ad creation workflow: character generation, image creation, and video production. No tab switching, no copy-pasting, no manual clicking. One command, full pipeline.


Overview

Claude Code is an AI assistant that runs in your terminal. Combined with Playwright MCP (a tool that gives Claude control over a real browser) and a library of custom skills, it can: